Skip to content

BO2 Modding Support & Discussion

Got modding questions regarding Plutonium T6? Scripts erroring? Request help from the community here. Discuss your modding projects etc.

2.3k Topics 9.1k Posts
  • How to add new Perk Machines to maps?

    4
    0 Votes
    4 Posts
    557 Views
    @GlueyGluathon also if you can give me your discord it would be better to talk there than here
  • This topic is deleted!

    Moved
    1
    0 Votes
    1 Posts
    43 Views
    No one has replied
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    23 Views
    No one has replied
  • Can I modify my crosshair?

    Moved
    8
    2
    1 Votes
    8 Posts
    3k Views
    @hindercanrun do you happen to know what the file for the crosshair is?
  • This topic is deleted!

    Moved
    7
    0 Votes
    7 Posts
    74 Views
  • [ZM] changing boss models

    2
    0 Votes
    2 Posts
    166 Views
    @Ray-Gun-Gang T6 doesn't have a fastfile linker which means its impossible to replace or add models. Currently T6 only supports scripts and texture replacement for modding.
  • bo1 mp40 skin?

    12
    1 Votes
    12 Posts
    394 Views
    @TheRealSuzuki6 looks nice
  • [Support] Slides

    19
    0 Votes
    19 Posts
    2k Views
    Hello, I don't know if the topic is about sliding in bo2 I have this code taken from chatGPT, in order to be able to slide in bo2, if there is any expert in GCS code, you can compile the code or something like that. I use Google translator. this is the code: // Declare the "isSliding" variable before the "playerSlide()" function int isSliding; // Define the function "playerSlide()" playerSlide() { if ( isButtonPressed( "goprone_button" ) && self.velocity[2] < 0.1 ) { isSliding = true; self setplayerstance( "prone" ); self setOrigin( self.origin + ( 0, 0, -20 ) ); self setVelocity( ( anglestoforward( self.angles ) * 350 ) ); } else if ( isSliding ) { isSliding = false; self setplayerstance( "stand" ); self setOrigin( self.origin + ( 0, 0, 20 ) ); self setVelocity( ( anglestoforward( self.angles ) * 200 ) ); } } Thank you for your time.![alt text](![image url](image url))
  • No buildable piece limit?

    Moved
    2
    1 Votes
    2 Posts
    138 Views
    afaik no.
  • puting dlc guns in Previous maps

    4
    0 Votes
    4 Posts
    171 Views
    sadge
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Mods online

    Moved
    10
    0 Votes
    10 Posts
    757 Views
    @Doop7 you can only get banned for using a software to mess with the game while not in LAN mode https://plutonium.pw/docs/anticheat/
  • Question about "use lan or you'll be banned"

    2
    0 Votes
    2 Posts
    164 Views
    The anticheat doc explains everything but it's very easy. If you use a software to mess with the game while not in LAN mode you might get banned. Everything else is fine
  • Bo2 Survival Maps modd

    Moved
    1
    0 Votes
    1 Posts
    334 Views
    No one has replied
  • [MP] looking for bullet trail and laser sight mods

    Moved
    2
    0 Votes
    2 Posts
    545 Views
    this isnt a release...
  • Buying Perks at the Bus Depot with Player Animation

    1
    2
    0 Votes
    1 Posts
    202 Views
    No one has replied
  • BO2 perk icons not working?

    bo2 zombies
    3
    5
    0 Votes
    3 Posts
    704 Views
    @ded_sheep said in BO2 perk icons not working?: I loaded the costum survival maps mod and started a game on buildingtop (DIE RISE ROOFTOP) but my perk icons aren't showing up, instead there's just a list in the top left corner. Is this supposed to look like that for this map? Or did I mess something up while installing? can you leave the download link of that map?
  • Perks limit

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Need some help finding texture files.

    4
    0 Votes
    4 Posts
    183 Views
    what is the name of the raygun glow mtl I can't find it anywhere. just to be clear I'm not talking about the mark 2 glow just the regular raygun glow.
  • 0 Votes
    1 Posts
    59 Views
    No one has replied